[Symfony] Login to application with GET/POST token
Posted
by Henri
on Stack Overflow
See other posts from Stack Overflow
or by Henri
Published on 2010-05-03T09:41:17Z
Indexed on
2010/05/03
9:48 UTC
Read the original article
Hit count: 355
I work on a Symfony web application which has a standard login form. To allow users to login more easily we want to give them a link which logs them in directly. I've already build a way to get a token to use, but I have no clue as to how the Symfony login process works, specifically how I can adapt it to take a GET/POST token instead of redirecting to the login page. Any help appreciated!
Oh and this is Symfony 1.2 BTW (and no, upgrading is not an option right now)
© Stack Overflow or respective owner